Html Css Color HEX #65338D Kingfisher Daisy

📋 copy color: '#65338D'

red 101 ◦ green 51 ◦ blue 141

#65338D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Kingfisher Daisy #65338D

Tints of Kingfisher Daisy #65338D

RGB

 RED value IS 101 (39.84% from 255) = 34.47%

 GREEN value IS 51 (20.31% from 255) = 17.41%

 BLUE value IS 141 (55.47% from 255) = 48.12%

R = 34.47%
G = 17.41%
B = 48.12%

CMYK

 C value IS 0.28

 M value IS 0.64

 Y value IS 0

 K value IS 0.45

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#65338D (or 0x65338D) is known color: Kingfisher Daisy. HEX triplet: 65, 33 and 8D. RGB value is (101,51,141). Sum of RGB (Red+Green+Blue) = 101+51+141=293 (38% of max value = 765). Red value is 101 (39.84% from 255 or 34.47% from 293); Green value is 51 (20.31% from 255 or 17.41% from 293); Blue value is 141 (55.47% from 255 or 48.12% from 293); Max value from RGB is 141 - color contains mainly: blue. Hex color #65338D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #65338D is #9ACC72. Grayscale: #4B4B4B. Windows color (decimal): -10144883 or 9253733. OLE color: 9253733.

HSL color Cylindrical-coordinate representation of color #65338D: hue angle of 273.33º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #65338D is Cyan = 0.28, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 101 51 141 -
CMYK 0.28 0.64 0 0.45
HSL 273.33º 0.47% 0.38% -
HSV(B) 273.33º 0.64% 0.55% -
XYZ 11.36 7.06 25.96 -
YUV 76.21 164.57 145.68 -
System Red Green Blue C M Y K H S L
Decimal 101 51 141 0.28 0.64 0 0.45 273.33 0.47 0.38
Hex 65 33 8D 1C 40 0 2D 111 2F 26
Octal 145 63 215 34 100 0 55 421 57 46
Binary 1100101 110011 10001101 11100 1000000 0 101101 100010001 101111 100110

Color Harmonies of #65338D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65338D

Black with #65338D

Text Example


Text Example

White with #65338D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #65338D; }

 p { color: rgb(101,51,141); }

 H1.HeaderClassName
 {
   color: #65338D;
 }
 .AnyTagClassName
 {
   color: #65338D;
 }
</style>

background-color css

<style>
 a { background-color: #65338D; }

 a { background-color: rgb(101,51,141); }

 div.DivClassName
 {
   background-color: #65338D;
 }
 .BgClassName
 {
   background-color: #65338D;
 }
</style>

border-color css

<style>
 span { border-color: #65338D; }

 span { border-color: rgb(101,51,141); }

 td.TdClassName
 {
   border-color: #65338D;
 }
 .TagClassName
 {
   border-color: #65338D;
 }
</style>